home *** CD-ROM | disk | FTP | other *** search
- /*
- File: LSeperator.h
-
- Contains: Apple Grayscale Appearance-savvy
- seperator line pane for PowerPlant.
-
- Copyright: ©1996 Chris K. Thomas. All Rights Reserved.
-
- Version: 1.0
- */
-
- #include <LPane.h>
-
- class LSeperator:
- public LPane
- {
-
- public:
-
- static LSeperator * CreateSeperatorStream(LStream *inStream);
-
- LSeperator();
- LSeperator(LStream *inStream);
- virtual ~LSeperator();
-
-
- virtual void DrawSelf();
-
-
- };